onStateChange method
Implementation
void onStateChange({required void Function(CallResult result) callback}) =>
_phoneCallState.onStateChange(callback: callback);
void onStateChange({required void Function(CallResult result) callback}) =>
_phoneCallState.onStateChange(callback: callback);