RemoteConfig constructor
RemoteConfig(
- MethodChannel channel
Implementation
factory RemoteConfig(MethodChannel channel) {
_instance ??= RemoteConfig._();
return _instance!;
}
factory RemoteConfig(MethodChannel channel) {
_instance ??= RemoteConfig._();
return _instance!;
}