menu
neomage package
documentation
utils/hooks/hook_manager.dart
HttpHook
HttpHook.new const constructor
HttpHook.new const constructor
dark_mode
light_mode
HttpHook
constructor
const
HttpHook
(
{
required
String
url
,
int
?
timeout
,
String
?
ifCondition
,
})
Implementation
const HttpHook({required this.url, this.timeout, this.ifCondition});
neomage package
documentation
utils/hooks/hook_manager
HttpHook
HttpHook.new const constructor
HttpHook class