menu
at_location_flutter package
documentation
service/send_location_notification.dart
SendLocationNotification
setLocationPrompt method
setLocationPrompt method
dark_mode
light_mode
setLocationPrompt
method
void
setLocationPrompt
(
Function
_locationPrompt
)
Implementation
void setLocationPrompt(Function _locationPrompt) { locationPromptDialog = _locationPrompt; }
at_location_flutter package
documentation
service/send_location_notification
SendLocationNotification
setLocationPrompt method
SendLocationNotification class