startCloud function
void
startCloud()
Implementation
void startCloud() async {
await LocalitySocialCloud.up(
appId: "YOUR_APP_ID",
appSecret: "YOUR_APP_SECRET",
username: "YOUR_USERNAME",
password: "YOUR_PASSWORD");
}