openGalleryApp method
Opens the system gallery app. Supports Android, iOS, Windows and macOS only.
Calling this on unsupported platforms will throw UnimplementedError.
Implementation
@Category(['Gallery'])
Future<void> openGalleryApp() => _platform.openGalleryApp();