isNative property

bool get isNative

Detecta si la aplicación se está ejecutando en plataforma nativa

Implementation

bool get isNative => !isWeb;