CobiFlutterServiceMethodChannelImplCommon class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
isMock bool
Only mock implementations should set this to true.
no setterinherited
onDataReceived Stream
no setteroverride
onServiceStateChanged Stream<bool?>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

executeAction(String action) Future<bool?>
override
getAutostartOnBoot() Future<bool>
inherited
getForegroundMode() Future<bool?>
override
init(dynamic isolateCallback(), CobiFlutterServiceCallback callback, bool autostartOnBoot) Future<void>
inherited
initService(CobiFlutterServiceCallback callback, bool autostartOnBoot) Future<void>
override
isServiceRunning() Future<bool?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendData(dynamic data) Future<bool?>
override
setAutostartOnBoot(dynamic value) Future<bool>
inherited
setForegroundMode(bool foreground) Future<bool?>
override
setIsolateCallback(dynamic isolateCallback()) → void
inherited
setNotificationData(CobiNotificationData data) Future<bool?>
override
startService() Future<bool?>
override
stopService() Future<bool?>
override
toString() String
A string representation of this object.
inherited

Operators

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