@override void setMetaInfo(Map<String, String> metaInfo) { var data = { "metaInfo": metaInfo }; _channel.invokeMethod('setMetaInfo', data); }