FlutterAccessorysetupPlatform class
- Inheritance
-
- Object
- PlatformInterface
- FlutterAccessorysetupPlatform
Constructors
- FlutterAccessorysetupPlatform()
- Constructs a FlutterAccessorysetupPlatform.
Properties
- eventChannel → EventChannel
-
The event channel used to listen for events from the native platform.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sessionStream
→ Stream<
FlutterAccessorysetupSessionEvent> -
no setter
Methods
-
activate(
) → Future< void> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showBlePicker(
String name, String asset, String? serviceUUID, String? nameSubstring) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterAccessorysetupPlatform
-
getter/setter pair