Last updated:
0 purchases
mocobaas pkg
mocobaas_pkg #
Mocobaas client for flutter
Getting Started #
String appUrl = "https://example.xyz";
var opt = MocoOpts.fromJson({
"options": {
"payloadEncryption": {
"enforcement": []
},
"tokenStorageKeyPrefix" : "customKeyPrefix."
}
});
var client = Moco(appUrl, options: opt);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.