LocaleCachePutDelegate typedef

LocaleCachePutDelegate = Future<bool> Function(String name, String data)

Implementation

typedef LocaleCachePutDelegate = Future<bool> Function(
  String name,
  String data,
);