silentRestoreAllProducts static method

Future<bool> silentRestoreAllProducts()

Implementation

static Future<bool> silentRestoreAllProducts() async {
  final bool restored =
      await _channel.invokeMethod('silentRestoreAllProducts');
  return restored;
}