isCharging property

BehaviorSubject<bool> isCharging
read / write

Implementation

BehaviorSubject<bool> isCharging = BehaviorSubject.seeded(false)