ensureDatabaseFileEncrypted method

Future<void> ensureDatabaseFileEncrypted()

checks whether the database exists and is encrypted

In case it is not encrypted, the file is being migrated to SQLCipher and encrypted using the given cipher and checks whether that operation was successful

Implementation

Future<void> ensureDatabaseFileEncrypted() async =>
    throw UnimplementedError();