play method

void play(
  1. int viewId
)

Implementation

void play(int viewId) {
  throw UnimplementedError('play has not been implemented.');
}