RemoteConfig constructor

RemoteConfig(
  1. MethodChannel channel
)

Implementation

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