CCExtractor / beacon

Flutter application to share location with a group. (under development)
56 stars 146 forks source link

resolved local notification exception. #208

Closed Omegaviv closed 1 year ago

Omegaviv commented 1 year ago

Fixes #207

Just had to put await before localNotif.initialize(); so the function runs completely before moving further.