tripNotification method

Future<void> tripNotification(
  1. MoveNotification notification
)

Setup trip notification

Implementation

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