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.