enablePlaylists method

bool enablePlaylists(
  1. bool value
)

Implementation

bool enablePlaylists(
  bool value,
) =>
    _enablePlaylists.call(
      this,
      value,
    );