isOnGoingCall method

Future<bool?> isOnGoingCall()

This method is used to check if the call is ongoing.

Implementation

Future<bool?> isOnGoingCall() async {
  throw UnimplementedError('isOnGoingCall has not been implemented.');
}