ErrorDevtoolsService class final

Service for analyzing and detecting visual errors in Flutter applications using the VM Service and Widget Inspector.

Inheritance

Constructors

ErrorDevtoolsService.new({required DartVmDevtoolsService devtoolsService})

Properties

devtoolsService DartVmDevtoolsService
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
getAppErrors(Map<String, dynamic> params) Future<RPCResponse>
Returns a list of visual errors in the Flutter application.
init() Future<void>
initObjectGroup({required String debugName}) ObjectGroupManager
inherited
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