getLoop method

Future<String?> getLoop([
  1. String? player
])

Get loop status

Implementation

Future<String?> getLoop([String? player]) async {
  return _executor.executeCommandWithOutput('loop', player);
}