initWithKey method
Implementation
void initWithKey(BuildContext context, String key, String uid) {
AppManager.shared.appKey = key;
AppManager.shared.userId = uid;
_context = context;
_intializeSDK(AppManager.shared.appKey);
}
void initWithKey(BuildContext context, String key, String uid) {
AppManager.shared.appKey = key;
AppManager.shared.userId = uid;
_context = context;
_intializeSDK(AppManager.shared.appKey);
}