showSharedNowPlaying static method

Future<bool> showSharedNowPlaying()

Didn't exist on Android Auto. If the player can be displayed, a button will be shown on the bottom right of the Android Auto screen.

Implementation

static Future<bool> showSharedNowPlaying() async => false;