configure static method
Configures the app with the required appId
and appSecret
.
Implementation
static void configure({required String appId, required String appSecret}) {
LocalitySocialCloud.appId = appId;
LocalitySocialCloud.appSecret = appSecret;
}