MethodChannelFlutterNativeLogs class

Implementation of the platform interface that uses an event channel for communication.

Inheritance

Properties

eventChannel EventChannel
The event channel used for listen to events from the native side.
final
hashCode int
The hash code for this object.
no setterinherited
logStream Stream<String>
The stream of messages that have been captured on the native side.
no setteroverride
methodChannel MethodChannel
The method channel used for native method calls.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
Gets the native platform's version
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