current property

Rollbar current

Implementation

static Rollbar get current => _current.orElse(() =>
    throw StateError('Rollbar has not been initialized, call Rollbar.run.'));