AppsService class

Constructors

AppsService({required String qBRealmHostname, required String baseUrl, required String appAuthorization})

Properties

appAuthorization String
final
baseUrl String
final
hashCode int
The hash code for this object.
no setterinherited
qBRealmHostname String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyApp({required String appId, required AppIdCopyRequest request, String? userAgent, String? authorization}) Future<AppResponse>
Copy an app
createApp({required String appId, required AppUpsertRequest request, String? userAgent, String? authorization}) Future<AppResponse>
Create an app
deleteApp({required String appId, required String appName, String? authorization, String? userAgent}) Future<String>
Delete an app
getApp({required String appId, String? authorization, String? userAgent}) Future<AppResponse>
Get an app
getAppEvents({required String appId, String? authorization, String? userAgent}) Future<List<AppEvent>>
Get app events
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateApp({required String appId, String? authorization, required AppUpsertRequest request, String? userAgent}) Future<AppResponse>
Update an app

Operators

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