SqfliteFfiInit typedef
        SqfliteFfiInit =
     void Function()
    
    
Signature responsible for overriding the SQLite dynamic library to use.
Implementation
typedef SqfliteFfiInit = void Function();
Signature responsible for overriding the SQLite dynamic library to use.
typedef SqfliteFfiInit = void Function();