MethodChannelSimpleNativeTimer class

Inheritance

Constructors

MethodChannelSimpleNativeTimer({MethodChannel? methodChannel, EventChannel? eventChannel})

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelTimer(int id) Future<void>
override
createTimer({required int id, required int intervalMicroseconds, required bool backgroundMode}) Future<void>
override
getPlatformVersion() Future<String?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBackgroundCallback(SimpleNativeTimerBackgroundCallback callback) → void
override
shutdown() Future<void>
override
tickStream() Stream<Map<String, dynamic>>
override
toString() String
A string representation of this object.
inherited

Operators

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