MethodChannel _methodChannel = MethodChannel("mine_page/method");
onTap(){
_methodChannel.invokeMapMethod("picture");
}