NoPlayerException constructor

NoPlayerException([
  1. String? message
])

Implementation

NoPlayerException([String? message])
  : super(message ?? 'No active media players found');