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