SqflitePlatform class
sqflite platform interface
- Inheritance
-
- Object
- PlatformInterface
- SqflitePlatform
Constructors
- SqflitePlatform()
- Constructs a SqflitePlatform.
Properties
- databaseFactory ↔ DatabaseFactory
-
Get the database factory
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- databaseFactoryMethodChannel → DatabaseFactory
-
Method channel database factory.
Set this factory during register for sqflite_plus_android and
sqflite_plus_darwin
no setter
Static Methods
-
initWithDatabaseFactoryMethodChannel(
) → void - Main entry point called by the Flutter platform. Should be called by iOS/MacOS/Android registerWith method.