resumeSubscription method
Implementation
@override
Future<void> resumeSubscription({required String productId, required String userId}) async {
await methodChannel.invokeMethod('resumeSubscription', {
'productId': productId,
'userId': userId,
});
}