FFAudioPlayer_PlayInBackground$json top-level constant

  1. @Deprecated('Use fFAudioPlayerDescriptor instead')
Map<String, Object> const FFAudioPlayer_PlayInBackground$json

Implementation

@$core.Deprecated('Use fFAudioPlayerDescriptor instead')
const FFAudioPlayer_PlayInBackground$json = {
  '1': 'PlayInBackground',
  '2': [
    {'1': 'PLAY_IN_BACKGROUND_UNDEFINED', '2': 0},
    {'1': 'ENABLED', '2': 1},
    {'1': 'DISABLED_PAUSE', '2': 2},
    {'1': 'DISABLED_RESTORE_ON_FOREGROUND', '2': 3},
  ],
};