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