@override Future<bool?> close() async { var methodName = 'close'; return await methodChannel.invokeMethod<bool>(methodName); }