hasSystemPairingApi property

bool hasSystemPairingApi
getter/setter pair

Returns true if pair()/unpair() are supported on the platform.

Implementation

static bool hasSystemPairingApi = !kIsWeb &&
    (defaultTargetPlatform == TargetPlatform.android ||
        defaultTargetPlatform == TargetPlatform.windows ||
        defaultTargetPlatform == TargetPlatform.linux);