setIOSAppGroup method
iOS only: register the App Group ID shared between the app and its
Broadcast Upload Extension. Must be called before configuring the
system_screen_broadcast pseudo-display. On every other platform the
native layer reports not-supported.
Implementation
Future<void> setIOSAppGroup(String appGroupId) =>
throw UnsupportedError('setIOSAppGroup is only available on iOS.');