BeaServiceManager class

Constructors

BeaServiceManager(BeaFlutterPackage bfp, String _baseUrl)

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

genericBeaHttpGet(String url) Future<Response>
genericBeaHttpPost(String url, String jsonInput) Future<Response>
genericHttpGet(String url, Map<String, String> headers) Future<Response>
genericHttpPost(String url, Map<String, String> headers, String jsonInput) Future<Response>
getAccountManager() BeaAccountManager?
getBaseUrl() String
getBeaAppLayoutManager() BeaAppLayoutManager?
getBeaFilesManager() BeaFilesManager?
getBeaFlutterPackage() BeaFlutterPackage?
getBeaMobileManager() BeaMobileManager?
getBeaRolesManager() BeaRolesManager?
getBeaStorage() → FlutterSecureStorage
getBeaUserManager() BeaUserManager?
getDefaultManager() BeaDefaultsManager?
getStorageUrl(int fileId) Future<String>
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