Future<void> setLoaderVisibility(bool visibility) async { await methodChannel .invokeMethod("setLoaderVisibility", {'arg': visibility}); }