sendConfigAppKeyAdd method

Future<void> sendConfigAppKeyAdd(
  1. int dest
)

Will send a ConfigAppKeyAdd message to the given dest.

Implementation

Future<void> sendConfigAppKeyAdd(int dest) => _methodChannel.invokeMethod('sendConfigAppKeyAdd', {'dest': dest});