openWeChatApp function

Future<bool> openWeChatApp()

just open WeChat, noting to do.

Implementation

Future<bool> openWeChatApp() async {
  return await _channel.invokeMethod('openWXApp');
}