@override Future<void> setNotificationConfig(Map<String, String> config) async { await methodChannel.invokeMethod('setNotificationConfig', config); }