startContent method

void startContent(
  1. int viewId,
  2. bool clickToPlay,
  3. bool withSound
)

Implementation

void startContent(int viewId, bool clickToPlay, bool withSound) {
  throw UnimplementedError('startContent has not been implemented.');
}