allowBackgroundPlayback method

Future<bool> allowBackgroundPlayback()
inherited

Implementation

Future<bool> allowBackgroundPlayback() {
  return _nativeAPI.allowBackgroundPlayback();
}