menu
tsdtech_client_sdk package
documentation
core/services/gateway_service.dart
GatewayService
init static method
init static method
dark_mode
light_mode
init
static method
void
init
(
GatewayClient
client
)
Implementation
static void init(GatewayClient client) { _instance ??= GatewayService._(client); }
tsdtech_client_sdk package
documentation
core/services/gateway_service
GatewayService
init static method
GatewayService class