accept method

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

Accept an incoming call with callsId

Implementation

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