getCallState method
Retrieves the current call state.
Implementation
Future<SCCallState?> getCallState() {
return CleverTapSignedCallFlutterPlatform.instance.getCallState();
}
Retrieves the current call state.
Future<SCCallState?> getCallState() {
return CleverTapSignedCallFlutterPlatform.instance.getCallState();
}