Future<void> InitAdjust( String adjustToken, { bool noATT = false, }) async { return _instance.InitAdjust(adjustToken, noATT: noATT); }