getDeviceToken method

String? getDeviceToken()

Implementation

String? getDeviceToken() {
  return SessionManagerNew.getString(deviceToken);
}