updateSession method

Future<void> updateSession({
  1. required SessionApproval updateApproval,
})

Implementation

Future<void> updateSession({required SessionApproval updateApproval}) {
  throw UnimplementedError('updateSession() has not been implemented.');
}