DistributionClient class

Constructors

DistributionClient()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited
uploadAppToAppleStore(File buildFile, {required String apiKeyId, required String apiIssuer, String? apiKey}) Future<void>
uploadToFirebaseByApi(File buildFile, {required String credentials, required String appId, String releaseNotes = '', List<String> groups = const []}) Future<void>
https://firebase.google.com/docs/reference/app-distribution
uploadToFirebaseByCli(File buildFile, {required String appId, String releaseNotes = '', List<String> groups = const []}) Future<void>
https://firebase.google.com/docs/app-distribution/android/distribute-cli
uploadToGoogleStore(File buildFile, {required String credentials, required String packageName}) Future<void>

Operators

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