applyRemoteCommand method

  1. @override
Future<bool> applyRemoteCommand(
  1. RemoteCommand command
)
override

Implementation

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