disposeAllPlayers method

Disposes of all platform players.

Implementation

Future<DisposeAllPlayersResponse> disposeAllPlayers(
    DisposeAllPlayersRequest request) {
  throw UnimplementedError('disposeAllPlayers() has not been implemented.');
}