activate method

Future<bool> activate()

Sets the video activated. Use it if create two native players.

Implementation

Future<bool> activate() async {
  return _applyActivate();
}