DeniedCallBack typedef
DeniedCallBack =
void Function(bool isPermanentlyDenied)
授权失败回调
Implementation
typedef DeniedCallBack = void Function(bool isPermanentlyDenied);
授权失败回调
typedef DeniedCallBack = void Function(bool isPermanentlyDenied);