@override Future<String?> printStr(String str) async { return await methodChannel.invokeMethod<String>('PrintStr', {'str': str}); }