tsRpc constant
Implementation
static const tsRpc = (
host: String.fromEnvironment('TS_RPC_HOST', defaultValue: 'localhost'),
port: int.fromEnvironment('TS_RPC_PORT', defaultValue: 3535),
path: String.fromEnvironment('TS_RPC_PATH', defaultValue: 'ext-ws'),
);