auth method

Future<bool> auth()

Implementation

Future<bool> auth() async {
  return fluwx.authBy(
      which: NormalAuth(
          scope: 'snsapi_userinfo', state: 'wechat_sdk_demo_test'));
}