getAllowIncomingWhileBusy method

  1. @override
Future<bool> getAllowIncomingWhileBusy()
override

Whether the Twilio Device raises incoming while already on a call. Defaults to true.

Implementation

@override
Future<bool> getAllowIncomingWhileBusy() async => _allowIncomingWhileBusy;