save abstract method

Future<bool> save(
  1. String path,
  2. Map? data
)

Implementation

Future<bool> save(String path, Map? data);