PublishDistributor class abstract

A distributor, where you can publish your app, such as an app store.

Implementers

Constructors

PublishDistributor({required PublishDistributorType distributorType, required PlatformBuild platformBuild, required FlutterPublish flutterPublish})

Properties

distributorType PublishDistributorType
final
flutterPublish FlutterPublish
final
hashCode int
The hash code for this object.
no setterinherited
platformBuild PlatformBuild
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited