closeJourney method

Future<void> closeJourney(
  1. String customerID
)

Implementation

Future<void> closeJourney(String customerID) {
  throw UnimplementedError('closeJourney() has not been implemented.');
}