$LogService class
Methods
-
getList({int page = 1, int perPage = 30, String? filter, String? sort, Map<String, dynamic> query = const {}, })
→ Future<ResultList<LogModel>>
-
Returns paginated logs list.
inherited
-
getOne(String id, {Map<String, dynamic> query = const {}, })
→ Future<LogModel>
-
Returns a single log by its id.
inherited
-
getStats({Map<String, dynamic> query = const {}, })
→ Future<List<LogStat>>
-
Returns request logs statistics.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited