@override Future<void> muteApplication(String appName) async { await methodChannel .invokeMethod<void>('muteApplication', {'app_name': appName}); }