setDeactivate method

Future<bool> setDeactivate(
  1. int playerId
)

Set the video deactivated.

Implementation

Future<bool> setDeactivate(int playerId) {
  throw UnimplementedError('setDeactivate() has not been implemented.');
}