init method
Initialize the service with the app group id
Implementation
void init({required String appGroupId}) {
_appGroupId = appGroupId;
}
Initialize the service with the app group id
void init({required String appGroupId}) {
_appGroupId = appGroupId;
}