Future<String> trackAppInstall() async { final result = await _channel.invokeMethod(trackAppInstallName); return result; }