menu
ground_control_client package
documentation
ground_control_client_test_tools.dart
AuthTokenInfoBuilder
withTokenId method
withTokenId method
dark_mode
light_mode
withTokenId
method
AuthTokenInfoBuilder
withTokenId
(
String
tokenId
)
Implementation
AuthTokenInfoBuilder withTokenId(final String tokenId) { _tokenId = tokenId; return this; }
ground_control_client package
documentation
ground_control_client_test_tools
AuthTokenInfoBuilder
withTokenId method
AuthTokenInfoBuilder class