showManageSubscription method

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

Implementation

Future<void> showManageSubscription({required String userId}) {
  throw UnimplementedError('showManageSubscription() has not been implemented.');
}