MethodChannelFlutterTasker class
An implementation of FlutterTaskerPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- FlutterTaskerPlatform
- MethodChannelFlutterTasker
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkCommandPermission(
) → Future< bool?> -
override
-
checkStatus(
) → Future< String?> -
override
-
getTasks(
) → Future< List< String> ?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openExternalAccessSetting(
) → Future< bool?> -
override
-
requestCommandPermission(
) → Future< bool?> -
override
-
sendCommand(
String command) → Future< bool?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
triggerTask(
String task) → Future< bool?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited