SqfliteDatabaseFactoryDebug extension
Debug extension
Access to dev options, deprecated for temp usage only
Methods
- 
  debugSetLogLevel(
int logLevel) → Future< void>  - 
      
Available on DatabaseFactory, provided by the SqfliteDatabaseFactoryDebug extension
Change the log level if you want to see the SQL query executed natively. - 
  debugSetOptions(
SqfliteOptions options) → Future< void>  - 
      
Available on DatabaseFactory, provided by the SqfliteDatabaseFactoryDebug extension
Testing only.