FFAudioPlayer_PlayInBackground$json top-level constant
- @Deprecated('Use fFAudioPlayerDescriptor instead')
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},
],
};