openWechat method

Future<bool> openWechat()

打开微信

Implementation

Future<bool> openWechat() {
  throw UnimplementedError('openWechat() has not been implemented.');
}