saveAsJson abstract method

Future<File> saveAsJson(
  1. String filePath
)
inherited

Saves a json-serializable map into a newly created file with the path filePath

Implementation

Future<File> saveAsJson(String filePath);