menu
helixworlds_snatcher_sdk package
documentation
features/auth/auth_repository.dart
IAuthRepository
getGathererAccessToken abstract method
getGathererAccessToken abstract method
dark_mode
light_mode
getGathererAccessToken
abstract method
Future
<
Either
<
Failure
,
String
>
>
getGathererAccessToken
(
)
Implementation
Future<Either<Failure, String>> getGathererAccessToken();
helixworlds_snatcher_sdk package
documentation
features/auth/auth_repository
IAuthRepository
getGathererAccessToken abstract method
IAuthRepository class