terminate method

Future<void> terminate({
  1. required String callsId,
})

Terminate call with callsId

Implementation

Future<void> terminate({required String callsId}) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}