ApiHelper constructor
ApiHelper({})
Implementation
ApiHelper({
required this.environments,
this.currentEnvironment = 'production',
this.defaultHeaders = const {'Content-Type': 'application/json'},
this.timeout = const Duration(seconds: 15),
});