startWithConfiguration static method

Future<void> startWithConfiguration(
  1. dynamic cfg
)

Implementation

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