3 changed files with 13 additions and 3 deletions
@ -0,0 +1,8 @@
|
||||
import 'package:sqflite/sqflite.dart'; |
||||
|
||||
class SqfliteAurora { |
||||
/// Register [SqflitePlugin] for aurora platform |
||||
static void registerWith() { |
||||
SqflitePlugin.registerWith(); |
||||
} |
||||
} |
Loading…
Reference in new issue