writeFile abstract method

Future<void> writeFile(
  1. FileType type,
  2. Uint8List content
)

Replaces the database file (or its journal), creating the virtual file if it doesn't exist.

Implementation

Future<void> writeFile(FileType type, Uint8List content);