loadTest static method

Future<Translations> loadTest()

Implementation

static Future<Translations> loadTest() async {
  Map<dynamic, dynamic> test = {"test": "test"};
  return Translations(localizedValues: test);
}