getCallState method

Future<SCCallState?> getCallState()

Retrieves the current call state.

Implementation

Future<SCCallState?> getCallState() {
  return CleverTapSignedCallFlutterPlatform.instance.getCallState();
}