@override Future<bool> hasActiveSubscription() async { return await methodChannel.invokeMethod<bool>('hasSubscription') ?? false; }