getPlatformAddition<T extends InAppPurchasePlatformAddition?> method

  1. @override
T getPlatformAddition<T extends InAppPurchasePlatformAddition?>()

Provides a platform-specific implementation of the InAppPurchasePlatformAddition class.

Implementation

@override
T getPlatformAddition<T extends InAppPurchasePlatformAddition?>() {
  return InAppPurchasePlatformAddition.instance as T;
}