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