Future<Null> send(String msg) async { var map = {"msg":msg}; final result = await methodChannel.invokeMethod('send',map); return result; }