onSchedule abstract method
Implementation
StreamSubscription<Location> onSchedule(
void Function(Location) callback, {
Function? onError,
});
StreamSubscription<Location> onSchedule(
void Function(Location) callback, {
Function? onError,
});