AuthorizeCall typedef
AuthorizeCall =
void Function(AuthType authType, AuthStatus status, Map<String, dynamic> resultMap)
Implementation
typedef AuthorizeCall = void Function(AuthType authType, AuthStatus status, Map<String, dynamic> resultMap);