FlutterDebug class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Properties
-
isLeft
↔ bool
-
getter/setter pair
Static Methods
-
init(ContextCallback contextCallback, {int bufferSize = 20})
→ void
-
-
logD(String tag, dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace})
→ void
-
-
logE(String tag, dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace})
→ void
-
-
logI(String tag, dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace})
→ void
-
-
logNet(dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace})
→ void
-
-
logV(String tag, dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace})
→ void
-
-
remove()
→ void
-
-
show({Widget? view})
→ void
-
显示调试控制台
-
warpMessage(String tag, dynamic message)
→ dynamic
-