isSupported property

  1. @override
bool get isSupported
override

Whether this platform actually supports segmentation.

Stub implementations return false.

Implementation

@override
bool get isSupported => _supportsNativeSegmentation && _nativeInitialized;