menu
sqflite_common_ffi package
documentation
sqflite_ffi.dart
DatabaseFactory
readDatabaseBytes abstract method
readDatabaseBytes abstract method
dark_mode
light_mode
readDatabaseBytes
abstract method
Future
<
Uint8List
>
readDatabaseBytes
(
String
path
)
Read database bytes.
Implementation
Future<Uint8List> readDatabaseBytes(String path);
sqflite_common_ffi package
documentation
sqflite_ffi
DatabaseFactory
readDatabaseBytes abstract method
DatabaseFactory class