refreshAndGetAuthToken method
This method is used to refresh and get the AuthToken.
Implementation
Future<void> refreshAndGetAuthToken(
Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}
This method is used to refresh and get the AuthToken.
Future<void> refreshAndGetAuthToken(
Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}