authorLogin method

Future<String> authorLogin({
  1. required String scopeKey,
})

授权登录

Implementation

Future<String> authorLogin({required String scopeKey}) {
  throw UnimplementedError("authorLogin has not been implemented.");
}