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