play method

Future<void> play(
  1. int viewId
)

Implementation

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