rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
288 stars 337 forks source link

make initCallback, disposeCallback and notificationCallback optional again on iOS #123

Closed fnicastri closed 4 years ago

fnicastri commented 4 years ago

Found that if you don't assign initCallback, disposeCallback and notificationCallback there is an exception on iOS. This should fix it.