FlutterTaskerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterTaskerPlatform
Implementers

Constructors

FlutterTaskerPlatform()

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

checkCommandPermission() Future<bool?>
checkStatus() Future<String?>
getTasks() Future<List<String>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openExternalAccessSetting() Future<bool?>
requestCommandPermission() Future<bool?>
sendCommand(String command) Future<bool?>
toString() String
A string representation of this object.
inherited
triggerTask(String task) Future<bool?>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlutterTaskerPlatform
getter/setter pair