MultiLanguageSearchEngine class
Main plugin class for Multi-Language Search Engine
This class serves as the main entry point for the Flutter plugin, providing both the search engine functionality and platform-specific methods.
Constructors
- MultiLanguageSearchEngine.new()
-
Factory constructor that returns the singleton instance
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPlatformVersion(
) → Future< String?> - Gets the platform version
-
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 Methods
-
createSearchEngine(
{required List< Map< data, required String languageCode, SearchEngineFactory? factory}) → SearchEngineString, dynamic> > - Creates a new instance of the multi-language search engine