@override Future<void> updateLanguageIcon(bool isVisible) async { await methodChannel.invokeMethod('updateLanguageIcon', {"isVisible":isVisible}); }