MethodChannelSecretheroFlutter class
- Inheritance
-
- Object
- PlatformInterface
- SecretheroFlutterPlatform
- MethodChannelSecretheroFlutter
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- listener ↔ SecretHeroEventListener?
-
getter/setter pair
- methodChannel → MethodChannel
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initialize(
SecretHeroConfig config, SecretHeroEventListener listener) → Future< void> -
override
-
invokedMethods(
MethodCall call) → Future -
override
-
methodCall(
SecretHeroMethods event, Map< String, dynamic> map) → Future -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → Future< void> -
override
-
start(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited