AppAssetsLoader class Null safety
- to load lang files from 'assets/lang/'
- Inheritance
-
- Object
- NationsLoader
- AppAssetsLoader
Constructors
- AppAssetsLoader()
-
- to load lang files from 'assets/lang/'
const
Properties
Methods
-
load(
Locale locale) → Future< Map< String, dynamic> > -
- loads the data from you files
override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited