RxMethodChannelPlatformImpl class

An implementation of RxMethodChannelPlatform that uses method channels.

Inheritance

Constructors

RxMethodChannelPlatformImpl.new({required String channelName})

Properties

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

Methods

dispose() → void
override
executeCompletable({required String methodName, Map<String, dynamic> arguments = const {}}) CancelableOperation<void>
override
executeObservable({required String methodName, Map<String, dynamic> arguments = const {}}) Stream
override
executeSingle({required String methodName, Map<String, dynamic> arguments = const {}}) CancelableOperation
override
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