setLoopMode method
Sets the loop mode.
Implementation
@override
Future<SetLoopModeResponse> setLoopMode(SetLoopModeRequest request) async {
return SetLoopModeResponse.fromMap((await _channel
.invokeMethod<Map<dynamic, dynamic>>('setLoopMode', request.toMap()))!);
}