sendCustomEvent static method
Implementation
static Future<void> sendCustomEvent(String key, Map<String, dynamic> value) {
return _channel.invokeMethod(Constants.caseSendCustomEvent,
{Constants.key: key, Constants.value: value});
}
static Future<void> sendCustomEvent(String key, Map<String, dynamic> value) {
return _channel.invokeMethod(Constants.caseSendCustomEvent,
{Constants.key: key, Constants.value: value});
}