getIsUcbEnabled method

Future<bool> getIsUcbEnabled()

Whether User Choice Billing is currently active for this tenant/market. Always false on iOS (UCB is an Android/Play concept).

Implementation

Future<bool> getIsUcbEnabled() {
  throw UnimplementedError('getIsUcbEnabled() has not been implemented.');
}