cache method

Future<String?> cache()

Optionally provide a cached JSON source of previously translated strings. Default implementation returns null.

Implementation

Future<String?> cache() async => null;