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