BundleService class

Constructors

BundleService.new({required RemoteBundleRepository remoteRepository, required Credentials credentials})

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

getBundle({required bool preRelease, required int transVersion, required String appVersion}) Future<int>
getStoredReleaseData(String projectId) Future<ReleaseData?>
Get data cache by Project ID
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance BundleService
no setter

Static Methods

init({required String projectId, required String sdkToken}) → void
Temporal solution to be able to inject all the needed dependencies by the repo layer without have to change too much on the legacy code