RuntimeInsightPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RuntimeInsightPlatform
Implementers

Constructors

RuntimeInsightPlatform()

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

appMetricsStream(AppResourceMonitoringConfig config) Stream<Map<String, dynamic>>
collectDeviceSpecs() Future<DeviceSpecs>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseMonitoring() Future<void>
resumeMonitoring() Future<void>
stopMonitoring() Future<void>
toString() String
A string representation of this object.
inherited
updateMonitoringConfig(AppResourceMonitoringConfig config) Future<void>

Operators

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

Static Properties

instance RuntimeInsightPlatform
getter/setter pair