Skip to content
English
  • There are no suggestions because the search field is empty.

Flutter | Yodo1 MAS Documentation

Configure the SDK​

Flutter

Configure the SDK

Import the following library in main.dart.

import 'package:yodo1mas/testmasfluttersdktwo.dart';

Initialize the SDK

Yodo1MAS.instance.init("Your appkey", true,(successful) {});

The init() method support 2 parameters:

  • The first one is your appkey.
  • The second one is a bool to enable/disable the privacy dialog.

Next Steps