provider method

T provider(
  1. ImageProvider<Object> image
)

Implementation

T provider(ImageProvider image) => only(image: image);