AppPrivateCommandCallback typedef Null safety
Signature for the callback that reports the app private command results.
Implementation
typedef AppPrivateCommandCallback = void Function(String, Map<String, dynamic>);
Signature for the callback that reports the app private command results.
typedef AppPrivateCommandCallback = void Function(String, Map<String, dynamic>);