walkingLocationNotification method

Future<void> walkingLocationNotification(
  1. MoveNotification notification
)

Setup walking location notification

Implementation

Future<void> walkingLocationNotification(MoveNotification notification) {
  throw UnimplementedError(
    'walkingLocationNotification() has not been implemented.',
  );
}