FlutterBridge class

Constructors

FlutterBridge()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
invokeMethod Future<Uint8List?> Function({required Map<String, dynamic>? arguments, required String? operation, required String? service})
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
events({required String serviceName, required String eventName}) Stream<List<int>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

toArgBuffer(dynamic value) Uint8List