load abstract method

FutureOr<Map<String, Object?>> load(
  1. Locale locale
)
  • loads the data from you files

Implementation

FutureOr<Map<String, Object?>> load(Locale locale);