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