@override Future<bool?> venueHasGraph(String venueId) { return utilMethodChannel .invokeMethod<bool>('UTL_venueHasGraph', {"id": venueId}); }