setup method

void setup(
  1. AnalyticsConfig config
)

Implementation

void setup(AnalyticsConfig config) {
  throw UnimplementedError('setup has not been implemented.');
}