SaveFunc typedef

SaveFunc = Future<void> Function(String data)

Implementation

typedef SaveFunc = Future<void> Function(String data);