presentUpsell method

Future<String?> presentUpsell({
  1. required String trigger,
})

Implementation

Future<String?> presentUpsell({required String trigger}) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}