Change runWithEntrypointAndCallback -> runWithEntrypointAndLibraryUri (#714)

diff --git a/packages/location_background/ios/Classes/LocationBackgroundPlugin.m b/packages/location_background/ios/Classes/LocationBackgroundPlugin.m
index b0ca3ac..ea266a9 100644
--- a/packages/location_background/ios/Classes/LocationBackgroundPlugin.m
+++ b/packages/location_background/ios/Classes/LocationBackgroundPlugin.m
@@ -178,7 +178,7 @@
 
   // Here we actually launch the background isolate to start executing our
   // callback dispatcher, `_backgroundCallbackDispatcher`, in Dart.
-  [_headlessRunner runWithEntrypointAndCallback:entrypoint libraryUri:uri completion:nil];
+  [_headlessRunner runWithEntrypointAndLibraryUri:entrypoint libraryUri:uri];
 
   // The headless runner needs to be initialized before we can register it as a
   // MethodCallDelegate or else we get an illegal memory access. If we don't