MethodChannelImplAndroid class

Constructors

MethodChannelImplAndroid()

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 setterinherited
onServiceStateChanged Stream<bool?>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

registerWith() → void