Service class abstract

Inheritance
  • Object
  • PlatformInterface
  • Service
Implementers

Constructors

Service({required Object token})

Properties

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

Methods

handleMethodCall(String method, dynamic arguments) Future
invokeMethod(String method, {Map<String, dynamic>? arguments}) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent(String method, dynamic arguments) Future
toString() String
A string representation of this object.
inherited

Operators

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