LogKit.withStorage constructor

LogKit.withStorage({
  1. required Storage storage,
})

Implementation

factory LogKit.withStorage({required Storage storage}) => LogKit._(storage);