init method
Initialize Branch SDK
useTestKey
- Sets true
to use the test key_test_... [enableLogging] - Sets
trueturn on debug logging [disableTracking] - Sets
trueto disable tracking in Branch SDK for GDPR compliant on start. After having consent, sets
false`
Implementation
Future<void> init(
{bool useTestKey = false,
bool enableLogging = false,
bool disableTracking = false}) async {
throw UnimplementedError('init has not been implemented');
}