getRegistrationState method
Get current registration state
Implementation
Future<RegistrationState> getRegistrationState() async {
final state = CallClientPlatform.instance.getRegistrationState();
log("ExolveFlutter: getRegistrationState: $state");
return state;
}