supportsAudio property

Future<bool> get supportsAudio

Implementation

Future<bool> get supportsAudio async {
  if (_context == null) return false;
  return await _context!.supportsAudio();
}