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