walkingLocationNotification method
Setup walking location notification
Implementation
Future<void> walkingLocationNotification(MoveNotification notification) {
throw UnimplementedError(
'walkingLocationNotification() has not been implemented.');
}