isOnboarded

abstract suspend fun isOnboarded(): Boolean

This is a suspend function because the operation has I/O. You DO NOT need to set any dispatcher to call this suspend function

Return

true when NetP was onboarded (enabled at least once in the past), false otherwise