FlutterNativeLogsPlatform class abstract

Platform interface of the plugin

Inheritance
  • Object
  • PlatformInterface
  • FlutterNativeLogsPlatform
Implementers

Constructors

FlutterNativeLogsPlatform()

Properties

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 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 Properties

instance FlutterNativeLogsPlatform
Getter for the singleton instance of the platform.
getter/setter pair