BloomOfflineException constructor

BloomOfflineException([
  1. String message = 'Device is offline (simulated).',
  2. Uri? uri
])

Creates a BloomOfflineException with an optional message and target uri.

Implementation

BloomOfflineException([this.message = 'Device is offline (simulated).', this.uri]);