showManageSubscription method

  1. @override
Future<void> showManageSubscription({
  1. required String userId,
})
override

Implementation

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