menu
flutter_rxnet_forzzh package
documentation
utils/RxNetDataBase.dart
RxNetDataBase
exists method
exists method
dark_mode
light_mode
exists
method
Future
<
bool
>
exists
(
String
key
)
Implementation
Future<
bool
> exists(
String
key)
async
{
final
box =
await
_box;
return
box!.containsKey(key); }
flutter_rxnet_forzzh package
documentation
utils/RxNetDataBase
RxNetDataBase
exists method
RxNetDataBase class