AppPrivateCommandCallback typedef

AppPrivateCommandCallback = void Function(String action, Map<String, dynamic> data)

Signature for the callback that reports the app private command results.

Implementation

typedef AppPrivateCommandCallback = void Function(String action, Map<String, dynamic> data);