LeaksDoctorTask class

Constructors

LeaksDoctorTask(Expando<Object>? expando, String? group, {required dynamic onCompleted()?, required dynamic onLeaked(LeaksMsgInfo? leakInfo)?, StreamSink<LeaksDoctorEvent>? sink})

Properties

expando Expando<Object>?
getter/setter pair
group String?
final
hashCode int
The hash code for this object.
no setterinherited
onCompleted → (dynamic Function()?)
final
onLeaked → (dynamic Function(LeaksMsgInfo? leakInfo)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sink StreamSink<LeaksDoctorEvent>?
final

Methods

done(Object? result) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<LeaksMsgInfo?>
start() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

analyzeLeaks(InstanceRef? leakedInstance) Future<LeaksMsgInfo?>