performPrivateCommand method

  1. @override
void performPrivateCommand(
  1. String action,
  2. Map<String, dynamic> data
)
override

Requests that this client perform the private command.

Implementation

@override
void performPrivateCommand(String action, Map<String, dynamic> data) {
  // Do nothing for now...
}