reset method

Future<void> reset()

Implementation

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