stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  await Video360Platform.instance.stop(id);
}