media static method

IMediaService media()

Implementation

static IMediaService media() =>
    _mediaService ??= GetIt.I.get<IMediaService>();