applyRemoteCommand method
- RemoteCommand command
override
Implementation
@override
Future<bool> applyRemoteCommand(RemoteCommand command) async {
_methodCalls.add('applyRemoteCommand:${command.type}');
return true;
}
@override
Future<bool> applyRemoteCommand(RemoteCommand command) async {
_methodCalls.add('applyRemoteCommand:${command.type}');
return true;
}