instance property

The default instance of Aws3BucketPlatform to use.

Defaults to MethodChannelAws3Bucket.

Implementation

static Aws3BucketPlatform get instance => _instance;
void instance=(Aws3BucketPlatform instance)

Platform-specific implementations should set this with their own platform-specific class that extends Aws3BucketPlatform when they register themselves.

Implementation

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