isSupported property

bool get isSupported

Whether the audio visualizer is supported on the current platform.

Implementation

bool get isSupported => _backend?.isSupported ?? false;