isPlatformSupported property
Check if this platform is supported Supported platforms:
- iOS: MediaPipe TFLite
- Android: Google MediaPipe
- macOS: Apple Vision
- Windows: ONNX Runtime + DirectML
Implementation
static bool get isPlatformSupported {
return _isSupportedPlatform();
}