isUcbEnabledUpdates property

Stream<bool> get isUcbEnabledUpdates

Reactive getIsUcbEnabled. Emits false once on iOS (UCB is Android/Play only).

Implementation

Stream<bool> get isUcbEnabledUpdates {
  throw UnimplementedError('isUcbEnabledUpdates has not been implemented.');
}