Future<Uint8List> getDemoData(String demo) async { final response = await VolvoxGridService.GetDemoData( GetDemoDataRequest()..demo = demo, ); return Uint8List.fromList(response.data); }