InspectLogModule class
Methods
-
getLevelStr(int level)
→ String
-
Log = 1,
Warning = 2,
Error = 3,
Debug = 4,
Info = 5,
-
handleMessage(int level, String message)
→ void
-
-
invoke(int? id, String method, Map<String, dynamic>? params)
→ void
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
receiveFromFrontend(int? id, String method, Map<String, dynamic>? params)
→ void
-
-
sendEventToFrontend(InspectorEvent event)
→ void
-
inherited
-
sendToFrontend(int? id, JSONEncodable? result)
→ void
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited