onErrorPlayer method

Future<void> onErrorPlayer()

Implementation

Future<void> onErrorPlayer() {
  throw UnimplementedError("onErrorPlayer() has not been implemented.");
}