ensureInitialized static method

FlutterChannelMapper ensureInitialized()

Implementation

static FlutterChannelMapper ensureInitialized() {
  if (_instance == null) {
    MapperContainer.globals.use(_instance = FlutterChannelMapper._());
  }
  return _instance!;
}