OpenSettingsPlusPlatform class abstract
The interface that implementations of open_settings_plus must implement. You can use this interface to send custom message to native side.
- Inheritance
-
- Object
- PlatformInterface
- OpenSettingsPlusPlatform
- Implementers
Constructors
- OpenSettingsPlusPlatform.new()
- Constructs a OpenSettingsPlusPlatform.
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendMessageToNative(
String message) → Future< bool> - Method used to pass custom message to native side. This way we can pass any message to native side and handle it there. Note: android and ios have different implementation.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ OpenSettingsPlusPlatform
-
The default instance of OpenSettingsPlusPlatform to use.
getter/setter pair