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