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