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