MethodChannelWindowsIap constructor

MethodChannelWindowsIap({
  1. MethodChannel methodChannel = const MethodChannel('windows_store_iap'),
})

Creates a MethodChannel implementation.

Supplying methodChannel is primarily useful for tests.

Implementation

MethodChannelWindowsIap({
  this.methodChannel = const MethodChannel('windows_store_iap'),
});