menu
corehainong package
documentation
common/base_response.dart
BaseResponse
checkTimeout method
checkTimeout method
dark_mode
light_mode
checkTimeout
method
bool
checkTimeout
(
)
Implementation
bool checkTimeout() => (data is String && (data == 'Invalid token' || data == 'Unauthorize'));
corehainong package
documentation
common/base_response
BaseResponse
checkTimeout method
BaseResponse class