bkonyi / FlutterGeofencing

Rough work for Flutter geofencing plugin
BSD 3-Clause "New" or "Revised" License
337 stars 219 forks source link

PluginRegistrantCallback deprecated error #82

Open EarthIsAPrisonIfYouNotAwareCanNotOut opened 3 years ago

EarthIsAPrisonIfYouNotAwareCanNotOut commented 3 years ago

In GeofencingService.kt the setPluginRegistrant.

fun setPluginRegistrant(callback: PluginRegistrantCallback) { // PluginRegistrantCallback is deprecated.
      sPluginRegistrantCallback = callback       
}