Get permissions to get the current playing media.
Future<bool> requestPermissions() { return NowPlaying.instance.requestPermissions(force: true); }