@override Future<String> submit() async { final String eventId = await _channel.invokeMethod('submitDeviceIntelligence'); return eventId; }