registerWith static method
void
registerWith()
Main entry point called by the Flutter platform.
Registers this plugin as the default database factory (if not already set).
Implementation
static void registerWith() {
SqflitePlatform.initWithDatabaseFactoryMethodChannel();
}