@override Future<bool> initEnvironment(String env) async { return await methodChannel.invokeMethod<bool>('initEnv', { "env": env, }) ?? false; }