setAllowBackgroundPlayback method

Future<void> setAllowBackgroundPlayback(
  1. bool allowBackgroundPlayback
)
inherited

Sets whether the video should continue to play in the background.

Implementation

Future<void> setAllowBackgroundPlayback(bool allowBackgroundPlayback) {
  throw UnimplementedError(
    'setAllowBackgroundPlayback() has not been implemented.',
  );
}