readFile abstract method

Future<Uint8List> readFile(
  1. FileType type
)

Reads the database file (or its journal).

Implementation

Future<Uint8List> readFile(FileType type);