setLoop method

Future<void> setLoop(
  1. bool isLoop
)

Implementation

Future<void> setLoop(bool isLoop) async {
  await _effectViewApi.setLoop(isLoop);
}