stop method

Future<void> stop(
  1. int viewId
)

Implementation

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