TranslationDelegate class abstract

Inheritance

Constructors

TranslationDelegate()
const

Properties

defaultLocale Future<Object?>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asset(String name, String path) Future<String>
inherited
cache(String name, String path) Future<Map?>
inherited
changed(Locale locale) Future<void>
changes(String name, String path) Future<void>
inherited
fetch(String name, String path) Future<Map?>
inherited
listen(String name, String path) Stream<Map?>
inherited
loaded() Future<void>
inherited
loading() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ready(String name, String path) Future<void>
inherited
save(String name, String path, Map? data) Future<bool>
inherited
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