Future<void> setCustomEventMetaData(Map<String, String> metadata) async { await methodChannel.invokeMethod('setCustomEventMetaData', metadata); }