instance property

The default instance of AllGalleryImagesPlatform to use.

Defaults to MethodChannelAllGalleryImages.

Implementation

static AllGalleryImagesPlatform get instance => _instance;
set instance (AllGalleryImagesPlatform instance)

Implementation

static set instance(AllGalleryImagesPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}