StateFlowClient constructor
StateFlowClient({})
Implementation
StateFlowClient({
required this.baseUrl,
this.defaultHeaders = const {},
this.timeout = const Duration(seconds: 30),
});
StateFlowClient({
required this.baseUrl,
this.defaultHeaders = const {},
this.timeout = const Duration(seconds: 30),
});