FlutterNativeLogs class

Public facing API of the plugin.

Constructors

FlutterNativeLogs()

Properties

hashCode int
The hash code for this object.
no setterinherited
logStream Stream<NativeLogMessage>
The stream of messages that have been captured on the native side.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

parseAndroidMessage({required String message}) NativeLogMessage
Parse an incoming Android log message into a NativeLogMessage instance.
parseIosMessage({required String message}) NativeLogMessage
Parse an incoming iOS log message into a NativeLogMessage instance.