init method

dynamic init({
  1. required String appGroupId,
})

Initialize the service with the app group id

Implementation

init({required String appGroupId}) {
  _appGroupId = appGroupId;
}