FlutterGeofencing
FlutterGeofencing copied to clipboard
PluginRegistrantCallback deprecated error
In GeofencingService.kt the setPluginRegistrant.
fun setPluginRegistrant(callback: PluginRegistrantCallback) { // PluginRegistrantCallback is deprecated.
sPluginRegistrantCallback = callback
}