configure method

Future<void> configure({
  1. required String publishableKey,
  2. bool syncStoreKitTransactions = true,
})

Implementation

Future<void> configure({required String publishableKey, bool syncStoreKitTransactions = true}) {
  throw UnimplementedError('configure() has not been implemented.');
}