isSupported property
Whether the audio visualizer is supported on the current platform.
Implementation
bool get isSupported => _backend?.isSupported ?? false;
Whether the audio visualizer is supported on the current platform.
bool get isSupported => _backend?.isSupported ?? false;