LeakedInfoRecorder class abstract
泄露信息记录器
- Implementers
Constructors
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
-
add(
LeakedInfo info) → void - 添加一条记录
-
addAll(
List< LeakedInfo> list) → void - 批量添加记录
-
clear(
) → void - 清除所有记录
-
deleteById(
int id) → void - 根据id删除一条记录
-
getAll(
) → Future< List< LeakedInfo> > - 获取所有记录
-
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