startWithConfiguration static method
Implementation
static Future<void> startWithConfiguration(dynamic cfg) async {
await NativeClassUtils.nativeStaticCall(
'TTSDKManager',
'startWithConfiguration:',
[cfg],
);
await setTrackCustomHeader(cfg);
}