stopPlay method

Future<void> stopPlay({
  1. bool? clearLastFrame,
})

Implementation

Future<void> stopPlay({bool? clearLastFrame}) async {
  await _effectViewApi.stopPlay(clearLastFrame ?? false);
}