getPurchaseId method

Future<Map<String, String>> getPurchaseId(
  1. String userId, {
  2. OneStoreConfig? config,
})

Implementation

Future<Map<String, String>> getPurchaseId(
  String userId, {
  OneStoreConfig? config,
}) {
  throw UnimplementedError('getPurchaseId() has not been implemented.');
}