instance property

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;
}