applyRemoteCommand static method

Future<bool> applyRemoteCommand(
  1. RemoteCommand command
)

Implementation

static Future<bool> applyRemoteCommand(RemoteCommand command) =>
    _instance.applyRemoteCommand(command);