setEnvironment static method
Set the environment (dev, staging, production) Must be called BEFORE initialize()
Implementation
static Future<void> setEnvironment(String environment) async {
await _invokeMethod('setEnvironment', {'environment': environment});
}