@override Future<String?>closeAllView() async { final version = await methodChannel.invokeMethod<String>('closeAllView'); return version; }