translation method

  1. @override
String? translation({
  1. Object? text,
  2. required Locale locale,
})
override

Implementation

@override
String? translation({ Object? text, required Locale locale }) {
  /// we shouldn't do translations at build time.
  throw UnimplementedError();
}