AppPrivateCommandCallback typedef

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

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

Implementation

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