setAllowBackgroundPlayback method
Sets whether the video should continue to play in the background.
Implementation
Future<void> setAllowBackgroundPlayback(bool allowBackgroundPlayback) {
throw UnimplementedError('setAllowBackgroundPlayback() has not been implemented.');
}