| 425 | this.event(kind, customData); |
| 426 | } |
| 427 | public logDevToolsOpened(commandSource: string | undefined) { this.event(AnalyticsEvent.DevTools_Opened, { commandSource }); } |
| 428 | public logFlutterDoctor(commandSource: string | undefined) { this.event(AnalyticsEvent.Command_FlutterDoctor, { commandSource }); } |
| 429 | public logFlutterNewProject(commandSource: string | undefined) { this.event(AnalyticsEvent.Command_FlutterNewProject, { commandSource }); } |
| 430 | public logDartNewProject(commandSource: string | undefined) { this.event(AnalyticsEvent.Command_DartNewProject, { commandSource }); } |