menu
bitlabs package
documentation
bitlabs_platform_interface.dart
BitlabsPlatform
checkSurveys abstract method
checkSurveys abstract method
dark_mode
light_mode
checkSurveys
abstract method
Future
<
void
>
checkSurveys
(
void
onResponse
(
bool
),
void
onFailure
(
Exception
)
)
Implementation
Future<void> checkSurveys( void Function(bool) onResponse, void Function(Exception) onFailure, );
bitlabs package
documentation
bitlabs_platform_interface
BitlabsPlatform
checkSurveys abstract method
BitlabsPlatform class