init abstract method

Future<void> init({
  1. Map? options,
  2. String? ensembleAppId,
  3. bool shouldAwait = false,
})

Implementation

Future<void> init(
    {Map? options, String? ensembleAppId, bool shouldAwait = false});