isSupportStateApi method

Future<bool> isSupportStateApi()

判断当前微信的版本是否支持分享微信状态功能

Implementation

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