closePicker method

Future<void> closePicker()

Close the picker

Implementation

Future<void> closePicker() async {
  await assetsService.onClose();
}