AmplifyAnalyticsPinpoint constructor

AmplifyAnalyticsPinpoint()

The AWS Pinpoint implementation of the Amplify Analytics category.

Implementation

factory AmplifyAnalyticsPinpoint() {
  if (zIsWeb || Platform.isWindows || Platform.isMacOS || Platform.isLinux) {
    throw UnsupportedError('This platform is not supported yet');
  }
  return AmplifyAnalyticsPinpointMethodChannel();
}