getVerifyToken method
身份鉴权成功后才可调用获取Token接口。
Implementation
Future<void> getVerifyToken(
Function(dynamic) success, Function(dynamic) error) async {
throw UnimplementedError('getSdkVersion() has not been implemented.');
}
身份鉴权成功后才可调用获取Token接口。
Future<void> getVerifyToken(
Function(dynamic) success, Function(dynamic) error) async {
throw UnimplementedError('getSdkVersion() has not been implemented.');
}