setLooping method

Future<void> setLooping(
  1. bool looping
)

设置循环播放

Implementation

Future<void> setLooping(bool looping) async {
  await engineInstanceMethodChannel.invokeMethod('setLooping', looping);
}