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