contextShouldUpsell method

Future<bool> contextShouldUpsell(
  1. int contextId
)

Implementation

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