openGalleryApp method
Opens the system gallery app.
Implementation
Future<void> openGalleryApp() => throw UnimplementedError(
'openGalleryApp() has not been implemented.',
);
Opens the system gallery app.
Future<void> openGalleryApp() => throw UnimplementedError(
'openGalleryApp() has not been implemented.',
);