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