menu
libanime package
documentation
wrappers/anime/anime365/anime365.dart
Anime365
isSubscribed method
isSubscribed method
dark_mode
light_mode
isSubscribed
method
Future
<
bool
>
isSubscribed
(
)
Implementation
Future<bool> isSubscribed() async { final meInfo = await me(); return meInfo["isPremium"]; }
libanime package
documentation
wrappers/anime/anime365/anime365
Anime365
isSubscribed method
Anime365 class