getLoop method

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

Implementation

Future<String?> getLoop([String? player]) =>
    _playbackController.getLoop(player);