API Reference
API Reference

This documentation explains how to integrate the Moca Flutter Plugin into your app. Before integrating, please review the native SDK documentation that applies to your target platforms.

View source on GitHub. Or view the Moca Flutter package on pub.dev

Add the package to your pubspec.yaml file:

dependencies:
  moca_flutter: ^3.8.0

Afterwards, update your dependencies:

flutter pub get