FlutterGeofencing icon indicating copy to clipboard operation
FlutterGeofencing copied to clipboard

PluginRegistrantCallback deprecated error

Open EarthIsAPrisonIfYouNotAwareCanNotOut opened this issue 3 years ago • 0 comments

In GeofencingService.kt the setPluginRegistrant.

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