TranslationDelegate class abstract
Constructors
- TranslationDelegate.new()
-
const
Properties
Methods
-
asset(
String path) → Future< String> -
cache(
String path) → Future< Map?> -
changed(
Locale locale) → Future< void> -
fetch(
String path) → Future< Map?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
save(
String path, Map? data) → Future< bool> -
select(
BuildContext context, String? reason) → Future< Locale?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited