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