enable method

Future<void> enable()

Start all automatic event tracking of this plugin

Implementation

Future<void> enable() => identifyCall(
      AnalyticsCategoryMethod.enable,
      () => defaultPlugin.enable(),
    );