fromValue static method

FlutterChannel fromValue(
  1. dynamic value
)

Implementation

static FlutterChannel fromValue(dynamic value) {
  ensureInitialized();
  return MapperContainer.globals.fromValue(value);
}