StudioApi class

Constructors

StudioApi({String? apiKey, bool enableLogging = false, String baseUrl = 'https://studio.fuse.io/api', List<Interceptor> interceptors = const []})

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

fetchMetadata(String uri) Future
getBusinessList(String communityAddress) Future
getCommunityData(String communityAddress, {String? walletAddress}) Future
getEntityMetadata(String communityAddress, String account, {bool isRopsten = false}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadImage(File imageFile) Future

Operators

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