load static method

Creates an object that provides US English resource values for the Mercury library widgets.

The locale parameter is ignored.

This method is typically used to create a LocalizationsDelegate.

Implementation

static Future<MercuryLocalizations> load(Locale locale) {
  return SynchronousFuture<MercuryLocalizations>(const DefaultMercuryLocalizations());
}