setFullScreenPresentation method
Set the presentation style for iOS (full screen vs bottom sheet).
This method controls how the chat interface is presented on iOS.
Parameters:
fullScreen- Whether to present as full screen (true) or bottom sheet (false)
Returns true if the presentation style was set successfully, false otherwise.
Implementation
Future<bool> setFullScreenPresentation({required bool fullScreen}) {
throw UnimplementedError('setFullScreenPresentation() has not been implemented.');
}