isSupportApi method

Future<bool> isSupportApi()

判断当前微信的版本是否支持OpenApi

Implementation

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