init method

Future init(
  1. String appGroupId, {
  2. String? urlScheme,
})

Implementation

Future init(
  String appGroupId, {
  String? urlScheme,
}) {
  throw UnimplementedError('init() has not been implemented.');
}