getPersonaState method

EPersonaState getPersonaState()

Implementation

EPersonaState getPersonaState() => EPersonaState.fromValue(
      _getPersonaState.call(
        this,
      ),
    );