Plugin for tracking location in background.
Please see example for more details.
1) Add below code in AppDelegate.swift
func registerPlugins(registry: FlutterPluginRegistry) {
GeneratedPluginRegistrant.register(with: registry)
}
UCLocationPlugin.setPluginRegistrantCallback(registerPlugins)
2) Add below changes in Capabilities