restore static method

Restore purchases

Implementation

static Future<IaphubRestoreResponse> restore() async {
  final data =
      await _invokeMethodAndParseResult<Map<String, dynamic>>('restore', {});

  return IaphubRestoreResponse.fromJson(data);
}