menu
dev_logger_ui package
documentation
log_api_intercepter.dart
LogApiInterceptor
getRequestId static method
getRequestId static method
dark_mode
light_mode
getRequestId
static method
int
getRequestId
(
)
Gets the next request ID
@return The next request ID
Implementation
static int getRequestId() => _id++;
dev_logger_ui package
documentation
log_api_intercepter
LogApiInterceptor
getRequestId static method
LogApiInterceptor class