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