instance property
Sqlite3ArabicTokenizerFlutterPlatform
get
instance
The default instance of Sqlite3ArabicTokenizerFlutterPlatform to use.
Defaults to MethodChannelSqlite3ArabicTokenizerFlutter.
Implementation
static Sqlite3ArabicTokenizerFlutterPlatform get instance => _instance;
set
instance
(Sqlite3ArabicTokenizerFlutterPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends Sqlite3ArabicTokenizerFlutterPlatform when they register themselves.
Implementation
static set instance(Sqlite3ArabicTokenizerFlutterPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}